Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add Type: Debug impl #4156

Merged
merged 1 commit into from
Jan 25, 2024
Merged

chore: Add Type: Debug impl #4156

merged 1 commit into from
Jan 25, 2024

Conversation

jfecher
Copy link
Contributor

@jfecher jfecher commented Jan 24, 2024

Description

Problem*

Resolves #4151

Summary*

Adds a manual Type: Debug impl for displaying all the information in types a bit more succinctly. This is helpful while debugging generic code for following type variable links which are otherwise excluded from the Type: Display impl.

Additional Context

Documentation*

Check one:

  • No documentation needed.
  • Documentation included in this PR.
  • [Exceptional Case] Documentation to be submitted in a separate PR.

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@kevaundray kevaundray added this pull request to the merge queue Jan 25, 2024
Merged via the queue into master with commit 83c5b1e Jan 25, 2024
29 checks passed
@kevaundray kevaundray deleted the jf/debug-types branch January 25, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a special Debug impl for Type
2 participants